Index

A B C D E G H I L M N P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

getAttachment() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IProtectedMailInput
Get the protected mail body attachment input.
getBCCAddresses() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
Get the email addresses of BCC recipients.
getBCCAddresses() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
Get the email addresses of BCC recipients.
getBody() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
Get the email body details.
getBody() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
Get the email body details.
getBodyAsAttachment() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IProtectedMailOutput
Get the protected mail attachment output to be attached as regular attachment.
getBodyFilePath() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailBody
Get the body file path.
getBodyFormat() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailBody
Get the body format.
getCCAddresses() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
Get the email addresses of CC recipients.
getCCAddresses() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
Get the email addresses of CC recipients.
getConnectionPoolConfig() - Method in interface com.seclore.fs.ws.client.pscp.Config
Get the connection pool configuration details.
getCryptoHandler() - Method in class com.seclore.fs.ws.client.pscp.PSConnection
CryptoHandler object.
getCryptoHandlerKeyID() - Method in class com.seclore.fs.ws.client.pscp.PSConnection
Key Id which was used during the authentication process.
getCustomAttributesFromHTMLFile(String) - Method in class com.seclore.fs.ws.client.WSClient
This method returns the Custom Attributes from HTML file.
getCustomMetadata() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
The custom metadata information that is written in HTML wrapper template when mail body is wrapped
Example:
getCustomMetadata() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
The custom metadata information that is written in HTML wrapper template when mail body is wrapped
Example:
getDateFromFSFormat(String) - Static method in class com.seclore.fs.ws.client.util.WSClientDateUtil
This method converts the String FileSecure date format in to the Calendar instance.
getDateInFSFormat(Calendar) - Static method in class com.seclore.fs.ws.client.util.WSClientDateUtil
This method converts the Calendar instance in to the FileSecure date format.
getDefaultSessionExpiry() - Method in interface com.seclore.fs.ws.client.pscp.ConnectionPoolConfig
This should return the maximum inactive interval set on the server in seconds.
getEnterpriseApplicationID() - Method in interface com.seclore.fs.ws.client.pscp.LoginHandler
This method returns the Enterprise Application ID.
getEnterpriseApplicationID() - Method in class com.seclore.fs.ws.client.pscp.PSConnection
Enterprise Application ID with which the Connection is authenticated.
getFileDetailsXML(String) - Method in class com.seclore.fs.ws.client.WSClient
This method returns the file details XML that can be used to call the protect API to Policy Server.
getFileDetailsXML(String, String) - Method in class com.seclore.fs.ws.client.WSClient
This method returns the file details XML that can be used to call the protect API to Policy Server.
getFileHeader(SeekableStream) - Method in class com.seclore.fs.ws.client.WSClient
 
getFileHeader(String) - Method in class com.seclore.fs.ws.client.WSClient
This method reads the given file and return the header if it is protected else throws exception.
getFileId() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IProtectedAttachmentOutput
Get the protected attachment file id.
getFileId(String) - Method in class com.seclore.fs.ws.client.WSClient
This method reads the given file and return the File Id if it is protected else throws exception.
getFilePath() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IAttachment
Get the attachment file path.
getFilePath() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IProtectedAttachmentInput
Get the protected attachment file path.
getFilePath() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IProtectedAttachmentOutput
Get the protected attachment file path.
getFromAddress() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
Get the FROM email address.
getFromAddress() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
Get the FROM email address.
getHtmlCustomMetadata(String) - Method in class com.seclore.fs.ws.client.WSClient
This method returns the Custom HTML MetaData from HTML file.
getHtmlWrappedFileHeader(SeekableStream) - Method in class com.seclore.fs.ws.client.WSClient
 
getHtmlWrappedFileHeader(String) - Method in class com.seclore.fs.ws.client.WSClient
This method reads the given html wrapped file and returns the header if it is protected else throws exception.
getHtmlWrappedFileId(String) - Method in class com.seclore.fs.ws.client.WSClient
This method reads the given html wrapped file and returns the File Id if it is protected else throws exception.
getHtmlWrapperVersion() - Method in class com.seclore.fs.ws.client.pscp.PSConnection
 
getId() - Method in class com.seclore.fs.ws.client.pscp.PSConnection
This method returns the unique identifier of the connection.
getId() - Method in class com.seclore.fs.ws.client.pscp.PSConnectionPool
 
getInlineAttachments() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
Get the list of inline attachments needed for protecting mail body.
getInlineAttachments() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
Get the list of inline attachments.
getInstance(String, boolean, Config, String, CryptoHandler) - Static method in class com.seclore.fs.ws.client.pscp.PSConnection
This method returns the instance of PSConnection.
In the process of returning the connection,it will first try with the given url.
If connection fails with the given url,it will enumerate all the configured urls in the server details implementation and tries to get connection with each of them.
finally it returns the successful connection with url or null if connection is not successful with any configured url.
getIsIncludeInlineAttachmentsInMailBody() - Method in interface com.seclore.fs.ws.client.pscp.Config
Get the IncludeInlineAttachmentsInMailBody configuration details.
getKeyID() - Method in interface com.seclore.fs.ws.client.pscp.CryptoHandler
Gets the Key ID for the implemented Handler
getLastAccessibleURL() - Method in class com.seclore.fs.ws.client.pscp.PSConnectionPool
 
getLocaleFromHTMLFile(String) - Method in class com.seclore.fs.ws.client.WSClient
This method returns the Locale of the HTML file.
getLoginHandler() - Method in interface com.seclore.fs.ws.client.pscp.Config
Get the LoginHandler instance.
getMaxPoolSize() - Method in interface com.seclore.fs.ws.client.pscp.ConnectionPoolConfig
Maximum number of connections in the pool.
getName() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IAttachment
Get the attachment name.
getName() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IProtectedAttachmentInput
Get the protected attachment file name.
getName() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IProtectedAttachmentOutput
Get the protected attachment name.
getNewMailBody() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IProtectedMailOutput
Get the dummy mail to be replaced.
getOrganizationName() - Method in class com.seclore.fs.ws.client.pscp.PSConnection
 
getPolicyServerUrl() - Method in class com.seclore.fs.ws.client.config.WSClientConfig
Get the Policy Server Url
getPort() - Method in interface com.seclore.fs.ws.client.pscp.ProxyDetails
Get the Proxy server port.
getProxyDetails() - Method in interface com.seclore.fs.ws.client.pscp.Config
Get the proxy details.
getPSConnection(boolean) - Method in class com.seclore.fs.ws.client.pscp.PSConnectionPool
Returns PSConnection from pool, if available.
getPSId() - Method in class com.seclore.fs.ws.client.pscp.PSConnection
 
getPsIdFromFile(String) - Method in class com.seclore.fs.ws.client.WSClient
 
getRedirectURLForAddCredential(boolean, boolean) - Method in class com.seclore.fs.ws.client.redirect.WSRedirectURL
This method returns the Policy Server portal URL to add a new Credential.
getRedirectURLForEditCredential(long, boolean, boolean) - Method in class com.seclore.fs.ws.client.redirect.WSRedirectURL
This method returns the Policy Server portal URL to update the requested Credential.
getRedirectURLForPSHome(int, boolean, boolean) - Method in class com.seclore.fs.ws.client.redirect.WSRedirectURL
This method returns the Policy Server portal home page URL.
getRedirectURLForRedistributeFile(long, boolean, boolean) - Method in class com.seclore.fs.ws.client.redirect.WSRedirectURL
This method returns the Policy Server portal URL to redistribute the requested file.
getRedirectURLForTransferOwnership(long, boolean, boolean) - Method in class com.seclore.fs.ws.client.redirect.WSRedirectURL
This method returns the Policy Server portal URL to transfer ownership of requested file.
getRedirectURLForViewActivityLogForFile(long, boolean, boolean) - Method in class com.seclore.fs.ws.client.redirect.WSRedirectURL
This method returns the Policy Server portal URL to view the file activity logs.
getRedirectURLForViewFileDetails(long, boolean, boolean) - Method in class com.seclore.fs.ws.client.redirect.WSRedirectURL
This method returns the Policy Server portal URL to view the requested file details.
getRefId() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IAttachment
Get the attachment unique reference id.
getReplyToAddress() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
Get the email addresses of REPLY TO recipients.
getReplyToAddress() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
Get the email addresses of REPLY To recipients.
getRequestData() - Method in class com.seclore.fs.ws.client.pscp.HttpRequestInfo
Get the request data.
getRequestDataInBytes() - Method in class com.seclore.fs.ws.client.pscp.HttpRequestInfo
Get the request data.
getRequestHeaderAttrs() - Method in class com.seclore.fs.ws.client.pscp.HttpRequestInfo
Get the Map of all the header attributes.
getResourceManager() - Method in class com.seclore.fs.ws.client.config.WSClientConfig
 
getResourceURL() - Method in class com.seclore.fs.ws.client.pscp.HttpRequestInfo
Get the resource URL relative to the Policy Server URL.
getResponseData() - Method in class com.seclore.fs.ws.client.pscp.HttpResponseInfo
Get the HTTP response data.
getResponseDataInBytes() - Method in class com.seclore.fs.ws.client.pscp.HttpResponseInfo
Get the HTTP response data.
getResponseHeaderAttrs() - Method in class com.seclore.fs.ws.client.pscp.HttpResponseInfo
Get the HTTP response header attributes.
getSecurityProviderManager() - Static method in class com.seclore.fs.ws.client.WSClientLibrary
 
getSentTime() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
Get the email sent time.
getSentTime() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
Get the email sent time.
getServer() - Method in interface com.seclore.fs.ws.client.pscp.ProxyDetails
Get the Proxy server name/IP address.
getServerDetails() - Method in interface com.seclore.fs.ws.client.pscp.Config
Get the server details.
getSessionId() - Method in class com.seclore.fs.ws.client.pscp.PSConnection
This method returns the authenticated session id.
getSessionKey(PSConnection) - Method in interface com.seclore.fs.ws.client.pscp.LoginHandler
This methods sends get session key request
getSMailLogger() - Static method in class com.seclore.fs.ws.client.WSClientLibrary
 
getSubject() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
Get the mail subject.
getSubject() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
Get the mail subject.
getSupportedHTMLWrapperVersions() - Method in class com.seclore.fs.ws.client.WSClient
This method returns HTML wrapper buffer and form data versions which is supported by wsclient.
getToAddresses() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailInput
Get the email addresses of TO recipients.
getToAddresses() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IMailOutput
Get the email addresses of TO recipients.
getType() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IAttachment
Get the attachment type.
getURL() - Method in interface com.seclore.fs.ws.client.mail.interfaces.IProtectedAttachmentOutput
Get the protected attachment file access url.
getURL() - Method in class com.seclore.fs.ws.client.pscp.PSConnection
This method returns the URL with which PSConnection is authenticated with the Policy Server.
getURLs() - Method in interface com.seclore.fs.ws.client.pscp.ServerDetails
This returns a set of URLs on which the service is available.
getVersion() - Static method in class com.seclore.fs.ws.client.WSClient
This method returns the version information.
A B C D E G H I L M N P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form